<nxml>	
	<xu:modifications xmlns:xu="http://nexaweb.com/xupdate"> 
		<xu:append select="/nxml">
		<rootPane>
		    <dialog text="New Dialog" title="New Dialog" id="mydialog" centered="true" focused="true" width="300" height="300" minimizable="false" maximizable="false" resizable="false">
				<borderLayout/>
				<panel borderPosition="south">
				    <button height="25" x="90" y="40" text="OK" width="70"/>
				    <button height="25" text="Cancel" width="70"/>
				    <flowLayout align="end"/>
				</panel>
				<panel width="100" height="100" x="120" y="50" borderPosition="center">
				    <freeLayout/>
				</panel>
		    </dialog>
		</rootPane>
		</xu:append>
	</xu:modifications>
</nxml>
